Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 2 and Version 3 of Development FAQ


Ignore:
Timestamp:
Apr 24, 2007, 8:03:29 AM (17 years ago)
Author:
Jonon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development FAQ

    v2 v3  
    1818== Conversations ==
    1919=== How can I create a conversation with someone? ===
    20 Use purple_conversation_new. Use PURPLE_CONV_TYPE_IM if the conversation is an IM (one-to-one person conversation), and use PURPLE_CONV_TYPE_CHAT if it's a multi-user conversation.
     20Use purple_conversation_new. Use PURPLE_CONV_TYPE_IM if the conversation is an IM (one-to-one person conversation), and use PURPLE_CONV_TYPE_CHAT if it's a multi-user conversation. One important thing to note here is that the name-property of the PurpleConversation struct is the name of the buddy you are creating a conversation with (the documentation states that this is the name of the conversation itself, but it is in fact also the name of the receiver buddy). So a call to purple_conversation_new takes the name of the buddy as its third argument.
    2121
    2222=== How can I send a message in a conversation? ===
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!